home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo TWO 360K DRIVE SYSTEM
- echo This program extracts onto THREE BLANK FORMATTED diskettes."
- if x%1==x goto noparm
- if x%2==x goto noparm
- echo Make sure ORIGINAL is in drive %1 and a blank formatted disk is in drive %2
- pause
- %1lharc e diska.lzh %2
- echo Take out the disk in drive %2 and label it "DISK A: LASTHALF." Insert
- echo another blank formatted disk into drive %2.
- pause
- mkdir %2\last2
- %1lharc e diskb.lzh %2 computer.cga
- %1lharc e diskb.lzh %2 table.cga
- %1lharc e diskb.lzh %2 quest.cga
- %1lharc e diskb.lzh %2\last2\ title.cga
- %1lharc e diskb.lzh %2\last2\ room*.cga
- echo Take out the disk in drive %2 and label it "DISK B" Insert
- echo another blank formatted disk into drive %2.
- pause
- mkdir %2\last2
- %1lharc e diskc.lzh %2 instruct.doc
- %1lharc e diskc.lzh %2\last2\
- echo Take out the disk in drive %2 and label it "DISK C"
- goto end1
- :noparm
- echo INVALID FORMAT! Type TWO360K (drive with ORIGINAL disk) (drive with blank disk)
- echo Example: TWO360K A: B:
- :end1
-
-